home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00100.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  282 b   |  15 lines

  1. on exitFrame
  2.   global temp
  3.   if (the visible of sprite 11 = 1) and (the visible of sprite 12 = 1) then
  4.     if temp = 1 then
  5.       startTimer()
  6.       set temp to 0
  7.     end if
  8.     repeat while the timer < 120
  9.       go(the frame)
  10.     end repeat
  11.     go(54)
  12.   end if
  13.   go(the frame)
  14. end
  15.